Building Customized Async Web Protocol from AsyncIO (Python): Exploring the low-level APIs Protocol and Transport
Chinese talk w. English slides
WebSocketのプロトコルを実装!(asyncioのProtocolとTransportを使って)
asyncioの高レベルAPIから始めて低レベルAPIを導入するトーク
Protocol
asyncio はネットワークプロトコルを実装するために使う抽象基底クラス群を提供します。
トランスポート と組み合わせて使うことが想定されています。
さまざまな通信方法を抽象化するために asyncio が提供するクラス群
echo example(client / server)からはじめ、websocketの実装をwalkthrough